home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_gen / jav503.zip / SETUP.ACT < prev    next >
Text File  |  1996-06-10  |  3KB  |  90 lines

  1. ;
  2. ; SETUP FOR EVALUATION EDITION
  3. ;
  4. ; CREATE DIRECTORIES
  5. ;
  6. createdir features
  7. createdir image
  8. createdir bounce
  9. createdir vidstore
  10. createdir step1
  11. createdir step2
  12. createdir step3
  13. ;
  14. ; INSTALL FILES
  15. ;
  16. ; Executables
  17. installfile javelin.exe javelin.exe
  18. installfile drun.exe drun.exe
  19. installfile vcwscls.exe vcwscls.exe
  20. ; Licensing
  21. installfile license.txt license.txt
  22. ; HELP
  23. installfile oodhelp.hlp oodhelp.hlp
  24. installfile tut.hlp tut.hlp
  25. installfile readme.doc readme.doc
  26. installfile readme.txt readme.txt
  27. ; Importing
  28. installfile javagram.dat javagram.dat
  29. ; Example
  30. ; features
  31. installfile features.vcw features\features.vcw
  32. installfile toolbars.vcw features\toolbars.vcw
  33. installfile interfac.vcw features\interfac.vcw
  34. installfile introo.vcw features\introo.vcw
  35. ; image
  36. installfile image.vcw image\image.vcw
  37. installfile imageap.jav image\ImageApplet.java
  38. installfile image.htm image\index.html
  39. installfile backg.gif image\backg.gif
  40. ; bounce
  41. installfile bounce.vcw bounce\bounce.vcw
  42. installfile bounce.htm bounce\index.html
  43. installfile BounceAp.jav bounce\BounceApplet.java
  44. installfile BounceAn.jav bounce\BounceAnimation.java
  45. ; vidstore
  46. installfile vidstore.vcw vidstore\vidstore.vcw
  47. installfile vidstore.jav vidstore\VideoStore.java
  48. installfile client.jav vidstore\Client.java
  49. installfile movie.jav vidstore\Movie.java
  50. installfile vidtape.jav vidstore\VideoTape.java
  51. installfile person.jav vidstore\Person.java
  52. installfile staff.jav vidstore\Staff.java
  53. ; step examples
  54. installfile step1.vcw step1\step1.vcw
  55. installfile step2.vcw step2\step2.vcw
  56. installfile step3.vcw step3\step3.vcw
  57. installfile graphapp.jav step3\GraphicsApplet.java
  58. installfile shape.jav step3\Shape.java
  59. installfile box.jav step3\Box.java
  60. installfile circle.jav step3\Circle.java
  61. installfile step3.htm step3\index.html
  62. ; DDE HELP
  63. installfile oodesign.dot oodesign.dot
  64. installfile ddeman.doc ddeman.doc
  65. ; Ordering
  66. installfile order.txt order.txt
  67. ;
  68. ; CREATE GROUPS AND ADD ITEMS
  69. ;
  70. CreateGroup Javelin
  71. AddGroupItem Notepad_Read_Me notepad.exe readme.txt . n 1
  72. AddGroupItem Word_Read_Me \msoffice\winword\winword.exe readme.doc . n 3
  73. AddGroupItem Pricing_And_Order_Form notepad.exe order.txt . n 1
  74. AddGroupItem License notepad.exe license.txt . n 1
  75. AddGroupItem Getting_Started winhelp.exe tut.hlp . n 0
  76. AddGroupItem Javelin javelin.exe newproj.vcw . y 0
  77. AddGroupItem Quick_Feature_Summary_1 javelin.exe features.vcw features y 0
  78. AddGroupItem Quick_Feature_Summary_2 javelin.exe toolbars.vcw features y 0
  79. AddGroupItem Introduction_To_OO javelin.exe introo.vcw features y 0
  80. AddGroupItem Interfaces javelin.exe interfac.vcw features y 0
  81. AddGroupItem Step_1 javelin.exe step1.vcw step1 y 0
  82. AddGroupItem Step_2 javelin.exe step2.vcw step2 y 0
  83. AddGroupItem Step_3 javelin.exe step3.vcw step3 y 0
  84. AddGroupItem Image_Example javelin.exe image.vcw image y 0
  85. AddGroupItem Bounce_Example javelin.exe bounce.vcw bounce y 0
  86. AddGroupItem Video_Store_Example javelin.exe vidstore.vcw vidstore y 0
  87. AddGroupItem Javelin_Help winhelp.exe oodhelp.hlp . n 0
  88. AddGroupItem Javelin_Help winhelp.exe oodhelp.hlp . n 0
  89. AddGroupItem Javelin_To_Word_Document \msoffice\winword\winword.exe ddeman.doc . n 3
  90.